project_init 3.1.23

Quickly initialize projects from a template.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
package {{ project }}

sourcedir = src

sourceloc  = git://git@github.com:{{ github_username }}/{{ project }}.git
bugtracker = http://www.github.com/{{ github_username }}/{{ project }}/issues

pkgs = specdris

modules = {{ Project }}.Lib
        , Test.Spec

tests = Test.Spec.specSuite